From 27455dcd9001e2eaec592b35a2023e8df44ad0ce Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 15 Feb 2002 02:45:09 +0000 Subject: [PATCH] File Edit Options Buffers Tools Help Thu Feb 14 21:08:49 2002 Owen Taylor * gdk/gdkglobals.c: Remove GDKVAR from C file, see if anyone complains. (#71317, Morten Welinder.) --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gdk/gdkglobals.c | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ccef8fa2c2..87ddc908c2 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Feb 14 21:08:49 2002 Owen Taylor + + * gdk/gdkglobals.c: Remove GDKVAR from C file, see + if anyone complains. (#71317, Morten Welinder.) + 2002-02-14 Matthias Clasen The following changes are the beginning of the work on #71430. diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c index 563d626e8e..e30d171972 100644 --- a/gdk/gdkglobals.c +++ b/gdk/gdkglobals.c @@ -38,5 +38,5 @@ GList *_gdk_default_filters = NULL; GList *_gdk_queued_events = NULL; GList *_gdk_queued_tail = NULL; -GDKVAR GMutex *gdk_threads_mutex = NULL; /* Global GDK lock */ +GMutex *gdk_threads_mutex = NULL; /* Global GDK lock */ -- 2.30.2